Skip to content

Conversation

@kixelated
Copy link
Collaborator

No description provided.

claude and others added 5 commits February 5, 2026 18:03
This adds a pure Rust task runner using the cargo-xtask pattern,
which requires no additional dependencies beyond Rust itself.

Commands are now more expressive with proper subcommands:
- `cargo xtask pub fmp4 bbb` instead of `just pub bbb`
- `cargo xtask pub hls bbb` instead of `just pub-hls bbb`
- `cargo xtask auth key` instead of `just auth-key`
- `cargo xtask serve hls bbb` instead of `just serve-hls bbb`

All existing just commands are supported via xtask equivalents.

https://claude.ai/code/session_01VVPt25Sduerr9A8aFvRXtt
- Renamed rs/xtask to rs/x for brevity
- Added ./x shell script for easy invocation
- Now run tasks with `./x check` or `cargo x check`

https://claude.ai/code/session_01VVPt25Sduerr9A8aFvRXtt
@kixelated kixelated changed the title (maybe) Replace just with cargo xtask (AI) (maybe) Replace just with cargo xtask Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants